I was just wondering how libreJS applies to

I have written a very hacky program to compile my game to a web app (https://gitlab.com/oliver-games/compilegame)

However it relies on linking a wasm (web-assembly) library containing my compiled app directly into the js code:

WebAssembly.instantiate(fetch("{{.Data.Wasm}}"), go.importObject)

(I should probably clean up this code when I get time)

How should I declare the license of the wasm binary? The only way to pass libreJS is to add the game license for the lines of code that are linking the binary.

For the @sorce should I just reference the code of my game and the code I used to embed it as a web app?

--

/ Oliver Day
/

Reply via email to