mirror of
https://github.com/nlepage/go-wasm-http-server.git
synced 2025-03-10 17:29:10 +00:00
10 lines
246 B
JavaScript
10 lines
246 B
JavaScript
importScripts(
|
|
'https://cdn.jsdelivr.net/gh/nlepage/go-wasm-http-server@master/lib/wasm_exec/wasm_exec.js',
|
|
'https://cdn.jsdelivr.net/gh/nlepage/go-wasm-http-server@master/index.js',
|
|
)
|
|
|
|
wasmhttp.serve({
|
|
wasm: 'api.wasm',
|
|
base: '/api',
|
|
})
|