Skip to content

An automatic script loader for golang WebAssembly scripts.

License

Notifications You must be signed in to change notification settings

tkdeng/go-wasm-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Wasm Loader

An automatic script loader for golang WebAssembly scripts.

Note: Only scripts from the same origin are allowed.

Installation

<script src="https://cdn.jsdelivr.net/gh/tkdeng/go-wasm-loader/script.min.js"></script>

Usage

<script type="wasm/go" src="/go_script.wasm"></script>