Skip to content

Commit

Permalink
adding support for wasi (#1121)
Browse files Browse the repository at this point in the history
go 1.21 added wasi preview 1
  • Loading branch information
maceip committed Sep 28, 2023
1 parent 580de58 commit f594306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app_wasm.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

//go:build js && wasm
// +build js,wasm
//go:build (js && wasm) || (wasip1 && wasm)
// +build js,wasm wasip1,wasm

package fx

Expand Down

0 comments on commit f594306

Please sign in to comment.