refactor folder structure
This commit is contained in:
6
go/wasmruntime/vdom/mode_wasm.go
Normal file
6
go/wasmruntime/vdom/mode_wasm.go
Normal file
@@ -0,0 +1,6 @@
|
||||
//go:build js && wasm
|
||||
|
||||
package vdom
|
||||
|
||||
// IsClient is true in the browser (wasm).
|
||||
const IsClient = true
|
||||
Reference in New Issue
Block a user